From 6bd9ce7b55d66efa652c9b6c8c1be719b79d198c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 25 Nov 2020 14:49:21 -0500 Subject: [PATCH] docs: Ignore more generated Wayland protocol headers These inject mysterious words like Airbrush, Lense and Mouse into the list of undocumented apis. No need for that. --- docs/reference/gdk/meson.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/gdk/meson.build b/docs/reference/gdk/meson.build index 5713c4ec5e..ed7e4ddb36 100644 --- a/docs/reference/gdk/meson.build +++ b/docs/reference/gdk/meson.build @@ -43,12 +43,17 @@ private_headers = [ 'x11/gdkeventsource.h', 'gtk-primary-selection-client-protocol.h', 'gtk-shell-client-protocol.h', + 'idle-inhibit-unstable-v1-client-protocol.h', 'keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h', 'pointer-gestures-unstable-v1-client-protocol.h', + 'primary-selection-unstable-v1-client-protocol.h', 'server-decoration-client-protocol.h', 'tablet-unstable-v2-client-protocol.h', 'xdg-foreign-unstable-v1-client-protocol.h', 'xdg-shell-unstable-v6-client-protocol.h', + 'xdg-output-unstable-v1-client-protocol.h', + 'xdg-shell-client-protocol.h', + 'xdg-shell-unstable-v6-client-protocol.h', 'win32', 'quartz', 'broadway', -- 2.30.2